Auto merge of #1410 - johnz133:patch-2, r=huonw
authorbors <bors@rust-lang.org>
Thu, 12 Mar 2015 02:17:26 +0000 (02:17 +0000)
committerbors <bors@rust-lang.org>
Thu, 12 Mar 2015 02:17:26 +0000 (02:17 +0000)
commit57a95dcc0a8f58847ab526bc6f14854b5ad33f0d
treea12161f92880f7a97d6507224d579f00c930a4a2
parent66849deaa4605a63ab1a4ba9cb09ac604a1b52e9
parent2ff5f929a67dac6d9f3fc821580dd1f47d3e80d0
Auto merge of #1410 - johnz133:patch-2, r=huonw

cargo build now outputs to /target/debug, changed doc to reflect that.
steve suggested to add description for cargo build --release
autogenerates to guide.html. Used pre and code tags instead of ``` by following previous examples.